home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2001 December / pcwk12201b.iso / PCWK-txt / Intel Free Software / IntelChipsetUtility / Disk1 / data1.cab / AllFiles / Win98 / ICH2USB.INF < prev    next >
Windows Setup INFormation  |  2001-09-06  |  5KB  |  178 lines

  1. ; ****************************************************************************
  2. ; ****************************************************************************
  3. ; **    Filename:  ICH2USB.INF                                              
  4. ; **    Abstract:  Windows* 98 INF Update File for Intel(R) 82801BA/BAM 
  5. ; **               USB devices                                      
  6. ; **    Last Update:  May 1, 2000 (Version 2.30 Build 022)
  7. ; ****************************************************************************
  8. ; ****************************************************************************
  9.  
  10. [Version]
  11. signature="$CHICAGO$"
  12. LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
  13. Class=USB
  14. ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
  15. Provider=%Intel.Mfg%
  16. CatalogFile=ICH2USB.CAT
  17. DriverVer=05/01/2000, 2.30.022
  18.  
  19. [DestinationDirs]
  20. USB.DelFiles=11
  21. DefaultDestDir=10,system32\drivers
  22.  
  23. [ClassInstall]
  24. Addreg=USBClassReg
  25.  
  26. [USBClassReg]
  27. HKR,,,,%USBClassName%
  28. HKR,,Icon,,-20
  29.  
  30. [Manufacturer]
  31. %Generic.Mfg%=Generic.Section
  32. %Intel.Mfg%=Intel.Section
  33.  
  34. [Generic.Section]
  35. %PCI\CC_0C0310.DeviceDesc%=OpenHCD.Dev,PCI\CC_0C0310
  36. %PCI\CC_0C0300.DeviceDesc%=UniversalHCD.Dev,PCI\CC_0C0300
  37. %USB\ROOT_HUB.DeviceDesc%=StandardHub.Dev,USB\ROOT_HUB
  38. %USB\UKNOWN.DeviceDesc%=BADDEVICE,USB\UNKNOWN
  39.  
  40. %USB\COMPOSITE.DeviceDesc%=StandardHub.Dev,USB\COMPOSITE
  41.  
  42. [Intel.Section]
  43. %PCI\VEN_8086&DEV_2442.DeviceDesc%=UniversalHCD.Dev,PCI\VEN_8086&DEV_2442
  44. %PCI\VEN_8086&DEV_2444.DeviceDesc%=UniversalHCD.Dev,PCI\VEN_8086&DEV_2444
  45. %PCI\VEN_8086&DEV_2442.DeviceDesc%=UniversalHCD.Dev,PCI\VEN_8086&DEV_2442&CC_0C03
  46. %PCI\VEN_8086&DEV_2444.DeviceDesc%=UniversalHCD.Dev,PCI\VEN_8086&DEV_2444&CC_0C03
  47.  
  48. [BADDEVICE]
  49. CopyFiles=
  50.  
  51. [BADDEVICE.hw]
  52. AddReg=Host.FailInstall
  53.  
  54. [Host.FailInstall]
  55. ; on enumeration disable the device
  56. HKR,,ConfigFlags,1,01,00,00,00
  57.  
  58. [OpenHCD.Dev]
  59. AddReg=OpenHCD.AddReg, USB.AddReg
  60. CopyFiles=OpenHCD.CopyFiles,USB.CopyFiles
  61. DelFiles=USB.DelFiles
  62.  
  63. [OpenHCD.AddReg]
  64. HKR,,NTMPDriver,,openhci.sys
  65. ;HKR,,EnumPropPages,,"sysclass.dll,USBEnumPropPages"
  66.  
  67. [OpenHCD.CopyFiles]
  68. openhci.sys
  69.  
  70. [StandardHub.Dev]
  71. AddReg=Hub.AddReg
  72. CopyFiles=Hub.CopyFiles
  73. DelFiles=Hub.DelFiles,USBINF.DelFiles,USBMON.DelFiles
  74.  
  75. [UniversalHCD.Dev]
  76. AddReg=UniversalHCD.AddReg, USB.AddReg
  77. CopyFiles=UniversalHCD.CopyFiles,USB.CopyFiles
  78. DelFiles=USB.DelFiles
  79.  
  80. [UniversalHCD.AddReg]
  81. HKR,,NTMPDriver,,uhcd.sys
  82. ;HKR,,EnumPropPages,,"sysclass.dll,USBEnumPropPages"
  83.  
  84. [UniversalHCD.CopyFiles]
  85. uhcd.sys
  86.  
  87. [USB.AddReg]
  88. HKR,,DevLoader,,*NTKERN
  89.  
  90. [USB.CopyFiles]
  91. usbd.sys
  92. usbhub.sys
  93.  
  94. [USB.DelFiles]
  95. usbhub.sys,,,1
  96. openhci.sys,,,1
  97. uhcd.sys,,,1
  98. usbd.sys,,,1
  99. usbcamd.sys,,,1
  100. imagecls.sys,,,1
  101. hcd.vxd,,,1
  102. usbd.vxd,,,1
  103. usb_enum.vxd,,,1
  104. vtaishid.vxd,,,1
  105. tmusb.sys,,,1
  106. taishid.sys,,,1
  107.  
  108. [USBMON.DelFiles]
  109. mondrv.sys,,,1
  110. mondll.dll,,,1
  111.  
  112. [USBINF.DelFiles]
  113. propext.inf,,,1
  114. tmusb.inf,,,1
  115. ehidmous.inf,,,1
  116. ehidkbd.inf,,,1
  117. ehidjoy.inf,,,1
  118.  
  119. [HUB.AddReg]
  120. HKR,,DevLoader,,*NTKERN
  121. HKR,,NTMPDriver,,usbhub.sys
  122.  
  123. [HUB.CopyFiles]
  124. usbhub.sys
  125.  
  126. [HUB.DelFiles]
  127.  
  128. [ControlFlags]
  129. ;ExcludeFromSelect=*
  130.  
  131. ;[DestinationDirs]
  132. ;DefaultDestDir = 11                     ; System directory
  133.  
  134. [Strings]
  135. USBClassName="Universal serial bus controller"
  136. Generic.Mfg="(Standard USB Host Controller)"
  137. PCI\CC_0C0310.DeviceDesc="Standard OpenHCD USB Host Controller"
  138. PCI\CC_0C0300.DeviceDesc="Standard Universal PCI to USB Host Controller"
  139. USB\ROOT_HUB.DeviceDesc="USB Root Hub"
  140. USB\COMPOSITE.DeviceDesc="USB Composite Device"
  141.  
  142. Intel.Mfg="Intel"
  143. PCI\VEN_8086&DEV_2442.DeviceDesc="Intel(R) 82801BA/BAM USB Universal Host Controller - 2442"
  144. PCI\VEN_8086&DEV_2444.DeviceDesc="Intel(R) 82801BA/BAM USB Universal Host Controller - 2444"
  145.  
  146. ; Copyright (c) 1999-2000 Intel Corporation
  147. ; Copyright (c) 1993-1998 Microsoft Corporation
  148.  
  149. ; ************************************************************
  150. ; Intel is making no claims of usability, efficacy or 
  151. ; warranty.  
  152. ; ************************************************************
  153. ; Information in this document is provided in connection with 
  154. ; Intel products.  No license, express or implied, by estoppel 
  155. ; or otherwise, to any intellectual property rights is granted 
  156. ; by this document.  Intel assumes no liability whatsoever, 
  157. ; and Intel disclaims any express or implied warranty, 
  158. ; relating to sale and/or use of Intel products including 
  159. ; liability or warranties relating to fitness for a particular 
  160. ; purpose, merchantability, or infringement of any patent, 
  161. ; copyright or other intellectual property right.  Intel 
  162. ; products are not intended for use in medical, life saving, 
  163. ; or life sustaining applications.
  164.  
  165. ; ************************************************************
  166. ; Intel Corporation disclaims all warranties and liabilities 
  167. ; for the use of this document and the information contained 
  168. ; herein, and assumes no responsibility for any errors which 
  169. ; may appear in this document, nor does Intel make a 
  170. ; commitment to update the information contained herein. Intel 
  171. ; reserves the right to make changes to this document at any 
  172. ; time, without notice.
  173. ; ************************************************************
  174. ; ************************************************************
  175.  
  176. ; * Third-party brands and names are the property of their 
  177. ; respective owners.
  178.